home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Misc Servers / Zope.exe / DATABASE-MANAGEMENT_CACHE-PARAMETERS.STX < prev    next >
Encoding:
Text File  |  2000-06-30  |  1.1 KB  |  32 lines

  1. Database Management - Cache Parameters: Zope database cache.
  2.   
  3.   Description
  4.  
  5.     This view allows you to view Zope database cache statistics and
  6.     set cache parameters. The Zope database cache operates by keeping
  7.     frequently used objects in memory to improve performance. A large
  8.     cache improves object access speed, but increases memory usage. A
  9.     small cache reduces memory usage but may slow down object access
  10.     speed.
  11.  
  12.     Information
  13.  
  14.  
  15.       'Total number of objects in the database' -- Indicates the
  16.       number of *persistent* objects in the Zope database.
  17.  
  18.       'Total number of objects in all the caches combined' --
  19.       Indicates the number of objects which are currently cached in
  20.       memory.
  21.  
  22. Controls
  23.  
  24.     'Target size' -- Indicates ideal number of objects to have in
  25.     memory at any given time. This controls the size of the Zope
  26.     database cache.
  27.  
  28.     'Target maximum time between accesses' -- Indicates the amount of
  29.     time after which Zope should remove an object from memory if it
  30.     hasn't been accessed. This controls how quickly the Zope database
  31.     cache removes objects that aren't being used.
  32.